func math/big.subVW

9 uses

	math/big (current package)
		arith_decl.go#L59: func subVW(z, x []Word, y Word) (c Word)
		nat.go#L141: 		c = subVW(z[n:], x[n:], c)
		nat.go#L254: 		subVW(z[n:n+n>>1], z[n:], c)
		natdiv.go#L844: 			subVW(qhat, qhat, 1)
		natdiv.go#L847: 				subVW(qhatv[s:], qhatv[s:], c)
		natdiv.go#L856: 			subVW(uu[len(qhatv):], uu[len(qhatv):], c)
		natdiv.go#L877: 			subVW(qhat, qhat, 1)
		natdiv.go#L880: 				subVW(qhatv[s:], qhatv[s:], c)
		natdiv.go#L890: 		c = subVW(u[len(qhatv):], u[len(qhatv):], c)